﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    font-family: 'Open Sans', 'sans-serif';
}*/
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

/** Mobile CSS **/
@media only screen and (max-width: 767px) {
    /**Bootstrap overrides**/
    .mega-dropdown-menu { padding: 1rem 0 !important; } /* Fixed large mega menu links section padding in mobile view */
    .navbar-nav { margin: 0px -15px !important; } /* Fix awkward spacing at top of mobile menu headers section*/
    #slide-navbar-collapse {
        position: fixed;
        top: 58px;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        overflow: auto !important; /* Needs to be !important, bootstrap is overriding this */
        border-color: transparent;
    }
    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }
        /* Mobile nav header font size */
        #slide-navbar-collapse > ul > li > a {
            font-size: 2rem;
            border-bottom: 1px solid #B8B8B8 !important;
            padding: 2rem;
        }
            /* Mobile nav header icon color */
            #slide-navbar-collapse > ul > li > a > i {
                color: #B8B8B8;
                display: initial !important;
            }
            /* Change font size and padding of drop down links in mobile menu */
            #slide-navbar-collapse > ul > li > ul > li > ul > li {
                font-size: 1.6rem;
                padding: .5rem 0 .5rem 0;
            }
            /* On click give feedback to user that link was clicked. */
            #slide-navbar-collapse > ul > li > ul > li > ul > li > a:focus {
                color: #B11116;
            }
            /**Mobile nav bottom nav links table**/
            #slide-navbar-collapse > ul > table {

            }
                /* Table rows */
                #slide-navbar-collapse > ul > table > tbody > tr {

                }
                /* Table cells */
                #slide-navbar-collapse > ul > table > tbody > tr > td {
                    padding: 2rem;
                    border-top: 0px solid #ddd;
                }
                /* Table cell links */
                #slide-navbar-collapse > ul > table > tbody > tr > td > a {
                    color: #B11116;
                    font-size: 1.5rem;
                    text-decoration: none;
                }
}

/* Menu Toggle Animations */
.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/* Settings bar styles 
#settings-panel {
    font-size: 14px;
    font-size: .875em;
    position: relative;
    height: 0;
    overflow: hidden;
    color: #fff !important;
    padding: 0;
    background: #4a4a4a;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    line-height: 1em
}

#settings-panel.open {
    height: 2em;
    line-height: 2em
}

@media (min-width: 769px) {
    #settings-panel.open {
        height: 3em;
        line-height: 3em
    }
}

#settings-panel a {
    display: inline-block;
    text-decoration: none;
    text-align: center
}

#settings-panel a.active {
    font-style: italic;
    background: rgba(0,0,0,.2)
}

#settings-panel a, #settings-panel button {
    color: #fff!important;
    line-height: 1.5em;
    margin: 0 .25em;
    padding: 0 .5em;
    background: #5d5d5d;
    border: 1px solid #444;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#settings-panel a:hover, #settings-panel button:hover {
    background: rgba(0,0,0,.5)
}

#settings-panel p.settings {
    float: left
}

/* Font Sizer
#settings-panel #fontSizer {
    display: none
}

@media (min-width: 769px) {
#settings-panel #fontSizer {
    display: block;
    float: right;
    margin-right: 10px
}
/*}

#settings-panel #fontSizer a {
    line-height: 1.25
}

#settings-panel #fontSizer a.small {
    font-size: .8em
}

#settings-panel #fontSizer a.large {
    font-size: 1.4em
}

#settings-panel a.active {
    font-style: italic;
    background: #696969;
}

#settings-panel #translate {
	margin-left: 10px;	
}

#translate span.translate-title, span.fontsizer-title {
	padding-right: 10px;	
}

#translateDisclaimerModal button {
	min-width: 1em !important
}

#translateDisclaimerButton {
	cursor: pointer;
}

/* Font resizing styles */
html.smallFont {
    font-size: 45% !important
}

html.largeFont {
    font-size: 75% !important
}

/* Main Nav Fixed */
#main-nav.fixed-top {
    position: fixed;
    top: 0;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

#logo-nav.fixed-top {
	height: 0;
}

#s4-workspace {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}